home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / QuickDraw / SeedCFill Example / ReadMe next >
Encoding:
Text File  |  1992-11-02  |  646 b   |  21 lines  |  [TEXT/KAHL]

  1.  
  2.     Application:    SeedCFill Example
  3.  
  4.     Description:    This snippet shows how to use the SeedCFill routine
  5.                     to create a mask given a source image. As decribed
  6.                     on page 71 of Inside Mac volume V, this routine
  7.                     computes a destination bitmap image with 1's only
  8.                     in the pixels where paint can not leak from the
  9.                     starting seed point. This is similar to the paint-
  10.                     bucket tool.
  11.  
  12.     File:            SeedCFill Example.π
  13.                     SeedCFill Example.c
  14.                     SeedCFill Example.π.rsrc
  15.  
  16.     Programmer:        Edgar Lee
  17.     Organization:    Apple Computer, Inc.
  18.     Department:        Developer Technical Support, DTS
  19.     Language:        C (Think C version 5.0.2)
  20.     Date Created:    10-19-92
  21.